﻿2026-06-04T01:26:30.3752337Z Current runner version: '2.334.0'
2026-06-04T01:26:30.3757011Z Runner name: 'hfenduleam'
2026-06-04T01:26:30.3757446Z Runner group name: 'Default'
2026-06-04T01:26:30.3758145Z Machine name: 'HFENDULEAM'
2026-06-04T01:26:30.3760049Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T01:26:30.3761424Z Contents: read
2026-06-04T01:26:30.3761765Z Metadata: read
2026-06-04T01:26:30.3762081Z Packages: read
2026-06-04T01:26:30.3762394Z ##[endgroup]
2026-06-04T01:26:30.3763641Z Secret source: Actions
2026-06-04T01:26:30.3764057Z Prepare workflow directory
2026-06-04T01:26:31.0054484Z Prepare all required actions
2026-06-04T01:26:31.0083239Z Getting action download info
2026-06-04T01:26:31.4255976Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5)
2026-06-04T01:26:32.3081665Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-04T01:26:32.3857360Z ##[group]Run actions/checkout@v4
2026-06-04T01:26:32.3858317Z with:
2026-06-04T01:26:32.3858836Z   repository: SaberMage/spt-core
2026-06-04T01:26:32.3864918Z   token: ***
2026-06-04T01:26:32.3865438Z   ssh-strict: true
2026-06-04T01:26:32.3865962Z   ssh-user: git
2026-06-04T01:26:32.3866492Z   persist-credentials: true
2026-06-04T01:26:32.3867108Z   clean: true
2026-06-04T01:26:32.3867622Z   sparse-checkout-cone-mode: true
2026-06-04T01:26:32.3868246Z   fetch-depth: 1
2026-06-04T01:26:32.3868775Z   fetch-tags: false
2026-06-04T01:26:32.3869309Z   show-progress: true
2026-06-04T01:26:32.3869827Z   lfs: false
2026-06-04T01:26:32.3870385Z   submodules: false
2026-06-04T01:26:32.3870928Z   set-safe-directory: true
2026-06-04T01:26:32.3871641Z ##[endgroup]
2026-06-04T01:26:32.5940620Z Syncing repository: SaberMage/spt-core
2026-06-04T01:26:32.5942203Z ##[group]Getting Git version info
2026-06-04T01:26:32.5943100Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T01:26:32.6257757Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T01:26:32.6473846Z git version 2.43.0.windows.1
2026-06-04T01:26:32.6507493Z ##[endgroup]
2026-06-04T01:26:32.6516285Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a268f41d-c1ee-47ad-ac5e-7c163c9d308e\.gitconfig'
2026-06-04T01:26:32.6530932Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a268f41d-c1ee-47ad-ac5e-7c163c9d308e' before making global git config changes
2026-06-04T01:26:32.6532485Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:26:32.6537520Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T01:26:32.6782864Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T01:26:32.6971427Z https://github.com/SaberMage/spt-core
2026-06-04T01:26:32.7002404Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T01:26:32.7008109Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T01:26:32.7206848Z refs/heads/dev-freeform
2026-06-04T01:26:32.7236467Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T01:26:32.7495460Z HEAD is now at 05f08bc ci: self-hosted runner owns its rust toolchain; fix runner PATH
2026-06-04T01:26:32.7984623Z ##[endgroup]
2026-06-04T01:26:32.7990861Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T01:26:33.1730204Z ##[group]Cleaning the repository
2026-06-04T01:26:33.1735789Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T01:26:35.2073155Z Removing target/
2026-06-04T01:26:35.2110626Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T01:26:35.2422001Z HEAD is now at 05f08bc ci: self-hosted runner owns its rust toolchain; fix runner PATH
2026-06-04T01:26:35.2449873Z ##[endgroup]
2026-06-04T01:26:35.2454140Z ##[group]Disabling automatic garbage collection
2026-06-04T01:26:35.2460527Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T01:26:35.2705886Z ##[endgroup]
2026-06-04T01:26:35.2706477Z ##[group]Setting up auth
2026-06-04T01:26:35.2713072Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:26:35.2955243Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T01:26:35.6590727Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:26:35.6839038Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T01:26:36.0525137Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:26:36.0753690Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T01:26:36.4440640Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T01:26:36.4764239Z ##[endgroup]
2026-06-04T01:26:36.4764742Z ##[group]Fetching the repository
2026-06-04T01:26:36.4775781Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3:refs/remotes/origin/dev-freeform
2026-06-04T01:26:37.4163855Z From https://github.com/SaberMage/spt-core
2026-06-04T01:26:37.4164399Z  + 05f08bc...02c4ff7 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3 -> origin/dev-freeform  (forced update)
2026-06-04T01:26:37.4285477Z ##[endgroup]
2026-06-04T01:26:37.4285920Z ##[group]Determining the checkout info
2026-06-04T01:26:37.4287258Z ##[endgroup]
2026-06-04T01:26:37.4294323Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T01:26:37.4564123Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T01:26:37.4794592Z ##[group]Checking out the ref
2026-06-04T01:26:37.4800729Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:26:37.5174088Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T01:26:37.5174576Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T01:26:37.5175048Z Previous HEAD position was 05f08bc ci: self-hosted runner owns its rust toolchain; fix runner PATH
2026-06-04T01:26:37.5175462Z Switched to and reset branch 'dev-freeform'
2026-06-04T01:26:37.5205736Z ##[endgroup]
2026-06-04T01:26:37.5460527Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T01:26:37.5665062Z 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3
2026-06-04T01:26:37.5971057Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T01:26:37.5971553Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T01:26:37.5976859Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T01:26:37.5977210Z ##[endgroup]
2026-06-04T01:26:38.6163643Z    Compiling proc-macro2 v1.0.106
2026-06-04T01:26:38.6164105Z    Compiling quote v1.0.45
2026-06-04T01:26:38.6164404Z    Compiling unicode-ident v1.0.24
2026-06-04T01:26:38.6164706Z    Compiling serde_core v1.0.228
2026-06-04T01:26:38.6165024Z    Compiling serde v1.0.228
2026-06-04T01:26:38.6165296Z    Compiling cfg-if v1.0.4
2026-06-04T01:26:38.6165604Z    Compiling windows-link v0.2.1
2026-06-04T01:26:38.6165903Z    Compiling typenum v1.20.1
2026-06-04T01:26:38.6166180Z    Compiling version_check v0.9.5
2026-06-04T01:26:38.6166514Z    Compiling portable-atomic v1.13.1
2026-06-04T01:26:38.6166889Z    Compiling critical-section v1.2.0
2026-06-04T01:26:38.6168251Z    Compiling subtle v2.6.1
2026-06-04T01:26:38.6168546Z    Compiling memchr v2.8.1
2026-06-04T01:26:38.6168857Z    Compiling semver v1.0.28
2026-06-04T01:26:38.6169156Z    Compiling find-msvc-tools v0.1.9
2026-06-04T01:26:38.6169462Z    Compiling smallvec v1.15.1
2026-06-04T01:26:38.7038986Z    Compiling windows-sys v0.61.2
2026-06-04T01:26:38.7044502Z    Compiling shlex v2.0.1
2026-06-04T01:26:38.7326484Z    Compiling equivalent v1.0.2
2026-06-04T01:26:38.7507395Z    Compiling itoa v1.0.18
2026-06-04T01:26:38.8283626Z    Compiling getrandom v0.2.17
2026-06-04T01:26:38.8407182Z    Compiling rustc_version v0.4.1
2026-06-04T01:26:38.8971471Z    Compiling cpufeatures v0.2.17
2026-06-04T01:26:38.9208400Z    Compiling pin-project-lite v0.2.17
2026-06-04T01:26:38.9992062Z    Compiling hashbrown v0.17.1
2026-06-04T01:26:39.0023083Z    Compiling log v0.4.30
2026-06-04T01:26:39.0184295Z    Compiling rand_core v0.10.1
2026-06-04T01:26:39.0368924Z    Compiling generic-array v0.14.7
2026-06-04T01:26:39.0369390Z    Compiling futures-core v0.3.32
2026-06-04T01:26:39.0675704Z    Compiling cc v1.2.63
2026-06-04T01:26:39.1721973Z    Compiling bytes v1.11.1
2026-06-04T01:26:39.1805531Z    Compiling getrandom v0.4.2
2026-06-04T01:26:39.2040859Z    Compiling stable_deref_trait v1.2.1
2026-06-04T01:26:39.2166999Z    Compiling libc v0.2.186
2026-06-04T01:26:39.2963742Z    Compiling slab v0.4.12
2026-06-04T01:26:39.4429716Z    Compiling futures-sink v0.3.32
2026-06-04T01:26:39.4702076Z    Compiling autocfg v1.5.1
2026-06-04T01:26:39.5388393Z    Compiling futures-io v0.3.32
2026-06-04T01:26:39.5999726Z    Compiling indexmap v2.14.0
2026-06-04T01:26:39.6327845Z    Compiling bitflags v2.11.1
2026-06-04T01:26:39.6532479Z    Compiling futures-task v0.3.32
2026-06-04T01:26:39.6632518Z    Compiling curve25519-dalek v4.1.3
2026-06-04T01:26:39.6687168Z    Compiling zerocopy v0.8.50
2026-06-04T01:26:39.7651401Z    Compiling futures-channel v0.3.32
2026-06-04T01:26:39.9293784Z    Compiling ahash v0.8.12
2026-06-04T01:26:39.9294423Z    Compiling rand_core v0.6.4
2026-06-04T01:26:39.9919503Z    Compiling fnv v1.0.7
2026-06-04T01:26:40.0320957Z    Compiling pkg-config v0.3.33
2026-06-04T01:26:40.0766635Z    Compiling signature v2.2.0
2026-06-04T01:26:40.1104228Z    Compiling vcpkg v0.2.15
2026-06-04T01:26:40.1549070Z    Compiling cfg_aliases v0.2.1
2026-06-04T01:26:40.2033503Z    Compiling fastrand v2.4.1
2026-06-04T01:26:40.2334398Z    Compiling ed25519 v2.2.3
2026-06-04T01:26:40.2997819Z    Compiling zmij v1.0.21
2026-06-04T01:26:40.4270457Z    Compiling writeable v0.6.3
2026-06-04T01:26:40.4874219Z    Compiling crypto-common v0.1.7
2026-06-04T01:26:40.5108682Z    Compiling block-buffer v0.10.4
2026-06-04T01:26:40.5425334Z    Compiling rustversion v1.0.22
2026-06-04T01:26:40.5792185Z    Compiling syn v2.0.117
2026-06-04T01:26:40.5961409Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-04T01:26:40.6289307Z    Compiling litemap v0.8.2
2026-06-04T01:26:40.6788336Z    Compiling digest v0.10.7
2026-06-04T01:26:40.7031129Z    Compiling serde_json v1.0.150
2026-06-04T01:26:40.7185551Z    Compiling fallible-iterator v0.3.0
2026-06-04T01:26:40.7328130Z    Compiling icu_properties_data v2.2.0
2026-06-04T01:26:40.7728644Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T01:26:40.8245363Z    Compiling utf8_iter v1.0.4
2026-06-04T01:26:40.8743479Z    Compiling sha2 v0.10.9
2026-06-04T01:26:40.9113680Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T01:26:40.9228940Z    Compiling anyhow v1.0.102
2026-06-04T01:26:40.9511702Z    Compiling percent-encoding v2.3.2
2026-06-04T01:26:41.0132646Z    Compiling windows-targets v0.52.6
2026-06-04T01:26:41.0406350Z    Compiling ring v0.17.14
2026-06-04T01:26:41.0937638Z    Compiling windows-sys v0.59.0
2026-06-04T01:26:41.1044027Z    Compiling http v1.4.1
2026-06-04T01:26:41.1522706Z    Compiling cpufeatures v0.3.0
2026-06-04T01:26:41.1785246Z    Compiling strsim v0.11.1
2026-06-04T01:26:41.1856573Z    Compiling thiserror v2.0.18
2026-06-04T01:26:41.2451035Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T01:26:41.2771029Z    Compiling chacha20 v0.10.0
2026-06-04T01:26:41.3693828Z    Compiling form_urlencoded v1.2.2
2026-06-04T01:26:41.3771699Z    Compiling ident_case v1.0.1
2026-06-04T01:26:41.4397350Z    Compiling untrusted v0.9.0
2026-06-04T01:26:41.5194834Z    Compiling rand v0.10.1
2026-06-04T01:26:41.5837864Z    Compiling num-traits v0.2.19
2026-06-04T01:26:41.5895334Z    Compiling windows-strings v0.5.1
2026-06-04T01:26:41.6011684Z    Compiling windows-result v0.4.1
2026-06-04T01:26:41.8396488Z    Compiling rustls v0.23.40
2026-06-04T01:26:41.8997584Z    Compiling scopeguard v1.2.0
2026-06-04T01:26:41.9580156Z    Compiling unicode-segmentation v1.13.3
2026-06-04T01:26:41.9953626Z    Compiling lock_api v0.4.14
2026-06-04T01:26:42.0212729Z    Compiling const-oid v0.10.2
2026-06-04T01:26:42.0846771Z    Compiling unicode-xid v0.2.6
2026-06-04T01:26:42.1609874Z    Compiling atomic-waker v1.1.2
2026-06-04T01:26:42.1610396Z    Compiling httparse v1.10.1
2026-06-04T01:26:42.2707852Z    Compiling http-body v1.0.1
2026-06-04T01:26:42.3143344Z    Compiling hybrid-array v0.4.12
2026-06-04T01:26:42.3511252Z    Compiling base64ct v1.8.3
2026-06-04T01:26:42.4206167Z    Compiling powerfmt v0.2.0
2026-06-04T01:26:42.4426563Z    Compiling winapi v0.3.9
2026-06-04T01:26:42.5560867Z    Compiling convert_case v0.10.0
2026-06-04T01:26:42.5898790Z    Compiling heck v0.5.0
2026-06-04T01:26:42.6129640Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T01:26:42.6677447Z    Compiling deranged v0.5.8
2026-06-04T01:26:42.6819767Z    Compiling memoffset v0.6.5
2026-06-04T01:26:42.6992455Z    Compiling thiserror v1.0.69
2026-06-04T01:26:42.9038701Z    Compiling tower-service v0.3.3
2026-06-04T01:26:42.9574422Z    Compiling data-encoding v2.11.0
2026-06-04T01:26:42.9650890Z    Compiling time-core v0.1.8
2026-06-04T01:26:42.9735684Z    Compiling base64 v0.22.1
2026-06-04T01:26:43.0178622Z    Compiling parking_lot_core v0.9.12
2026-06-04T01:26:43.1046673Z    Compiling tinyvec_macros v0.1.1
2026-06-04T01:26:43.1051054Z    Compiling num-conv v0.2.2
2026-06-04T01:26:43.1382050Z    Compiling try-lock v0.2.5
2026-06-04T01:26:43.2175392Z    Compiling want v0.3.1
2026-06-04T01:26:43.2303032Z    Compiling tinyvec v1.11.0
2026-06-04T01:26:43.2989450Z    Compiling block-buffer v0.12.0
2026-06-04T01:26:43.3183439Z    Compiling crypto-common v0.2.2
2026-06-04T01:26:43.4053050Z    Compiling vergen-lib v9.1.0
2026-06-04T01:26:43.4085895Z    Compiling inout v0.1.4
2026-06-04T01:26:43.4171186Z    Compiling n0-future v0.3.2
2026-06-04T01:26:43.4490795Z    Compiling serial-core v0.4.0
2026-06-04T01:26:43.5120729Z    Compiling cordyceps v0.3.4
2026-06-04T01:26:43.5593212Z    Compiling parking v2.2.1
2026-06-04T01:26:43.6661526Z    Compiling winnow v1.0.3
2026-06-04T01:26:43.6964108Z    Compiling crossbeam-utils v0.8.21
2026-06-04T01:26:43.7422341Z    Compiling diatomic-waker v0.2.3
2026-06-04T01:26:43.7539987Z    Compiling winreg v0.10.1
2026-06-04T01:26:43.7719667Z    Compiling spin v0.10.0
2026-06-04T01:26:43.8056726Z    Compiling httpdate v1.0.3
2026-06-04T01:26:43.9102939Z    Compiling futures-buffered v0.2.13
2026-06-04T01:26:44.0750673Z    Compiling futures-lite v2.6.1
2026-06-04T01:26:44.0858979Z    Compiling serial-windows v0.4.0
2026-06-04T01:26:44.1100991Z    Compiling cipher v0.4.4
2026-06-04T01:26:44.1973766Z    Compiling digest v0.11.3
2026-06-04T01:26:44.2867823Z    Compiling vergen-lib v0.1.6
2026-06-04T01:26:44.3147467Z    Compiling vergen v9.1.0
2026-06-04T01:26:44.3319442Z    Compiling universal-hash v0.5.1
2026-06-04T01:26:44.3983768Z    Compiling noq-udp v0.10.0
2026-06-04T01:26:44.4307028Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T01:26:44.4412447Z    Compiling heapless v0.7.17
2026-06-04T01:26:44.4979989Z    Compiling synstructure v0.13.2
2026-06-04T01:26:44.5456536Z    Compiling darling_core v0.20.11
2026-06-04T01:26:44.5674278Z    Compiling aho-corasick v1.1.4
2026-06-04T01:26:44.5774675Z    Compiling sync_wrapper v1.0.2
2026-06-04T01:26:44.5928791Z    Compiling either v1.16.0
2026-06-04T01:26:44.7274837Z    Compiling lazy_static v1.5.0
2026-06-04T01:26:44.7687616Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T01:26:44.7688810Z    Compiling opaque-debug v0.3.1
2026-06-04T01:26:44.8371190Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T01:26:44.8588600Z    Compiling regex-syntax v0.8.10
2026-06-04T01:26:44.8594176Z    Compiling pin-utils v0.1.0
2026-06-04T01:26:44.8841732Z    Compiling bitflags v1.3.2
2026-06-04T01:26:44.8889606Z    Compiling byteorder v1.5.0
2026-06-04T01:26:44.9617663Z    Compiling nix v0.25.1
2026-06-04T01:26:44.9957768Z    Compiling shared_library v0.1.9
2026-06-04T01:26:45.0491150Z    Compiling polyval v0.6.2
2026-06-04T01:26:45.0899473Z    Compiling hash32 v0.2.1
2026-06-04T01:26:45.1880925Z    Compiling parking_lot v0.12.5
2026-06-04T01:26:45.2344185Z    Compiling serial v0.4.0
2026-06-04T01:26:45.2595359Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T01:26:45.2923516Z    Compiling spin v0.9.8
2026-06-04T01:26:45.3075109Z    Compiling vergen-gitcl v1.0.8
2026-06-04T01:26:45.3203516Z    Compiling windows-threading v0.2.1
2026-06-04T01:26:45.4182890Z    Compiling signature v3.0.0
2026-06-04T01:26:45.5587211Z    Compiling toml_write v0.1.2
2026-06-04T01:26:45.5600705Z    Compiling winnow v0.7.15
2026-06-04T01:26:45.5784866Z    Compiling tower-layer v0.3.3
2026-06-04T01:26:45.6308626Z    Compiling downcast-rs v1.2.1
2026-06-04T01:26:45.6736138Z    Compiling shell-words v1.1.1
2026-06-04T01:26:45.7709175Z    Compiling ghash v0.5.1
2026-06-04T01:26:45.7844810Z    Compiling aes v0.8.4
2026-06-04T01:26:45.8283430Z    Compiling ctr v0.9.2
2026-06-04T01:26:45.9216021Z    Compiling proc-macro-crate v3.5.0
2026-06-04T01:26:45.9281349Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T01:26:45.9348585Z    Compiling time v0.3.47
2026-06-04T01:26:45.9564019Z    Compiling http-body-util v0.1.3
2026-06-04T01:26:46.0215993Z    Compiling aead v0.5.2
2026-06-04T01:26:46.0577814Z    Compiling widestring v1.2.1
2026-06-04T01:26:46.1603010Z    Compiling ipconfig v0.3.4
2026-06-04T01:26:46.2534268Z    Compiling aes-gcm v0.10.3
2026-06-04T01:26:46.4446414Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T01:26:46.5097475Z    Compiling crossbeam-channel v0.5.15
2026-06-04T01:26:46.5197323Z    Compiling windows-registry v0.6.1
2026-06-04T01:26:46.5561825Z    Compiling blake3 v1.8.5
2026-06-04T01:26:46.5981251Z    Compiling netwatch v0.16.0
2026-06-04T01:26:47.0185845Z    Compiling socket2 v0.6.4
2026-06-04T01:26:47.2018817Z    Compiling mio v1.2.1
2026-06-04T01:26:47.2278382Z    Compiling regex-automata v0.4.14
2026-06-04T01:26:47.3033244Z    Compiling noq v0.18.0
2026-06-04T01:26:47.3337844Z    Compiling uuid v1.23.2
2026-06-04T01:26:47.3414585Z    Compiling acto v0.8.2
2026-06-04T01:26:47.4325672Z    Compiling lru-slab v0.1.2
2026-06-04T01:26:47.4512746Z    Compiling serde_derive v1.0.228
2026-06-04T01:26:47.5118844Z    Compiling zeroize_derive v1.4.3
2026-06-04T01:26:47.6311679Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T01:26:47.6532367Z    Compiling zerofrom-derive v0.1.7
2026-06-04T01:26:47.6700014Z    Compiling tokio-macros v2.7.0
2026-06-04T01:26:47.6853017Z    Compiling yoke-derive v0.8.2
2026-06-04T01:26:47.7842489Z    Compiling futures-macro v0.3.32
2026-06-04T01:26:47.8462546Z    Compiling zerovec-derive v0.11.3
2026-06-04T01:26:47.9009247Z    Compiling displaydoc v0.2.6
2026-06-04T01:26:47.9560082Z    Compiling tracing-attributes v0.1.31
2026-06-04T01:26:48.2141999Z    Compiling thiserror-impl v2.0.18
2026-06-04T01:26:48.3370957Z    Compiling darling_macro v0.20.11
2026-06-04T01:26:48.3793377Z    Compiling zeroize v1.8.2
2026-06-04T01:26:48.3793896Z    Compiling derive_more-impl v2.1.1
2026-06-04T01:26:48.5150720Z    Compiling tokio v1.52.3
2026-06-04T01:26:48.5905520Z    Compiling windows-interface v0.59.3
2026-06-04T01:26:48.8844496Z    Compiling rustls-pki-types v1.14.1
2026-06-04T01:26:48.8950958Z    Compiling futures-util v0.3.32
2026-06-04T01:26:48.9208047Z    Compiling darling v0.20.11
2026-06-04T01:26:49.2065218Z    Compiling n0-error-macros v0.1.3
2026-06-04T01:26:49.2724373Z    Compiling rustls-webpki v0.103.13
2026-06-04T01:26:49.3143691Z    Compiling derive_builder_core v0.20.2
2026-06-04T01:26:49.4507590Z    Compiling zerofrom v0.1.8
2026-06-04T01:26:49.5805266Z    Compiling spez v0.1.2
2026-06-04T01:26:49.5900991Z    Compiling windows-implement v0.60.2
2026-06-04T01:26:49.6391526Z    Compiling der v0.8.0-rc.10
2026-06-04T01:26:49.6804989Z    Compiling pin-project-internal v1.1.13
2026-06-04T01:26:49.6913700Z    Compiling thiserror-impl v1.0.69
2026-06-04T01:26:49.8790542Z    Compiling yoke v0.8.2
2026-06-04T01:26:50.0618013Z    Compiling ed25519-dalek v2.2.0
2026-06-04T01:26:50.3375917Z    Compiling zerovec v0.11.6
2026-06-04T01:26:50.3574302Z    Compiling zerotrie v0.2.4
2026-06-04T01:26:50.4098629Z    Compiling spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-04T01:26:50.4744166Z    Compiling windows-core v0.62.2
2026-06-04T01:26:50.5232930Z    Compiling n0-error v0.1.3
2026-06-04T01:26:50.6859769Z    Compiling derive_builder_macro v0.20.2
2026-06-04T01:26:50.8207864Z    Compiling cobs v0.3.0
2026-06-04T01:26:50.9075774Z    Compiling spki v0.8.0-rc.4
2026-06-04T01:26:51.0501823Z    Compiling tinystr v0.8.3
2026-06-04T01:26:51.0675429Z    Compiling potential_utf v0.1.5
2026-06-04T01:26:51.1313131Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T01:26:51.1313634Z    Compiling derive_builder v0.20.2
2026-06-04T01:26:51.1655796Z    Compiling windows-collections v0.3.2
2026-06-04T01:26:51.1947684Z    Compiling icu_collections v2.2.0
2026-06-04T01:26:51.1991722Z    Compiling pin-project v1.1.13
2026-06-04T01:26:51.2790752Z    Compiling icu_locale_core v2.2.0
2026-06-04T01:26:51.3345164Z    Compiling filedescriptor v0.8.3
2026-06-04T01:26:51.3680686Z    Compiling windows-numerics v0.3.1
2026-06-04T01:26:51.3792070Z    Compiling windows-future v0.3.2
2026-06-04T01:26:51.4820937Z    Compiling portable-pty v0.8.1
2026-06-04T01:26:51.6267096Z    Compiling regex v1.12.3
2026-06-04T01:26:51.7166654Z    Compiling postcard-derive v0.2.2
2026-06-04T01:26:51.7220906Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T01:26:51.8498090Z    Compiling async-trait v0.1.89
2026-06-04T01:26:51.8599263Z    Compiling strum_macros v0.28.0
2026-06-04T01:26:52.0002683Z    Compiling futures-executor v0.3.32
2026-06-04T01:26:52.2517149Z    Compiling icu_provider v2.2.0
2026-06-04T01:26:52.2603091Z    Compiling ipnet v2.12.0
2026-06-04T01:26:52.2686149Z    Compiling toml_datetime v0.6.11
2026-06-04T01:26:52.3363950Z    Compiling serde_spanned v0.6.9
2026-06-04T01:26:52.3737744Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T01:26:52.4987205Z    Compiling icu_normalizer v2.2.0
2026-06-04T01:26:52.6036034Z    Compiling icu_properties v2.2.0
2026-06-04T01:26:52.6128090Z    Compiling prefix-trie v0.8.4
2026-06-04T01:26:52.6772684Z    Compiling toml_edit v0.22.27
2026-06-04T01:26:52.8078729Z    Compiling once_cell v1.21.4
2026-06-04T01:26:52.8968480Z    Compiling derive_more v2.1.1
2026-06-04T01:26:52.9633109Z    Compiling futures v0.3.32
2026-06-04T01:26:52.9665741Z    Compiling data-encoding-macro v0.1.20
2026-06-04T01:26:53.0046965Z    Compiling chrono v0.4.44
2026-06-04T01:26:53.1263919Z    Compiling tracing-core v0.1.36
2026-06-04T01:26:53.1544120Z    Compiling tokio-util v0.7.18
2026-06-04T01:26:53.2313275Z    Compiling tempfile v3.27.0
2026-06-04T01:26:53.2465434Z    Compiling tower v0.5.3
2026-06-04T01:26:53.3913702Z    Compiling hashbrown v0.14.5
2026-06-04T01:26:53.4026675Z    Compiling windows v0.62.2
2026-06-04T01:26:53.4644967Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T01:26:53.5560227Z    Compiling tracing v0.1.44
2026-06-04T01:26:53.6658462Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T01:26:54.2071104Z    Compiling idna_adapter v1.2.2
2026-06-04T01:26:54.2435957Z    Compiling h2 v0.4.14
2026-06-04T01:26:54.2947192Z    Compiling hashlink v0.9.1
2026-06-04T01:26:54.3956660Z    Compiling idna v1.1.0
2026-06-04T01:26:54.4039161Z    Compiling postcard v1.1.3
2026-06-04T01:26:54.4391820Z    Compiling num_enum_derive v0.7.6
2026-06-04T01:26:54.7037423Z    Compiling enum-assoc v1.3.0
2026-06-04T01:26:54.8908351Z    Compiling rusqlite v0.32.1
2026-06-04T01:26:54.9238208Z    Compiling url v2.5.8
2026-06-04T01:26:54.9813343Z    Compiling toml v0.8.23
2026-06-04T01:26:55.0398609Z    Compiling xml-rs v0.8.28
2026-06-04T01:26:55.1552038Z    Compiling identity-hash v0.1.0
2026-06-04T01:26:55.1883833Z    Compiling foldhash v0.2.0
2026-06-04T01:26:55.2987952Z    Compiling tagptr v0.2.0
2026-06-04T01:26:55.3075160Z    Compiling rustc-hash v2.1.2
2026-06-04T01:26:55.4248398Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T01:26:55.5000046Z    Compiling ryu v1.0.23
2026-06-04T01:26:55.5094506Z    Compiling mac-addr v0.3.0
2026-06-04T01:26:55.5764410Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T01:26:55.6953301Z    Compiling allocator-api2 v0.2.21
2026-06-04T01:26:55.7521151Z    Compiling xmltree v0.10.3
2026-06-04T01:26:55.7604660Z    Compiling iroh-metrics v0.38.3
2026-06-04T01:26:55.7668304Z    Compiling netdev v0.42.0
2026-06-04T01:26:55.8945105Z    Compiling spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-04T01:26:56.0158104Z    Compiling num_enum v0.7.6
2026-06-04T01:26:56.0158631Z    Compiling iroh-base v0.98.0
2026-06-04T01:26:56.1524840Z    Compiling hashbrown v0.16.1
2026-06-04T01:26:56.1755461Z    Compiling tower-http v0.6.11
2026-06-04T01:26:56.3731934Z    Compiling attohttpc v0.30.1
2026-06-04T01:26:56.3885438Z    Compiling moka v0.12.15
2026-06-04T01:26:56.5547581Z    Compiling strum v0.28.0
2026-06-04T01:26:56.7455776Z    Compiling spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-04T01:26:56.7813923Z    Compiling n0-watcher v0.6.1
2026-06-04T01:26:56.8135516Z    Compiling tokio-stream v0.1.18
2026-06-04T01:26:56.8648727Z    Compiling tokio-rustls v0.26.4
2026-06-04T01:26:56.8951210Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T01:26:56.9598232Z    Compiling noq-proto v0.17.0
2026-06-04T01:26:57.0850951Z    Compiling spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-04T01:26:57.2325175Z    Compiling iroh-relay v0.98.0
2026-06-04T01:26:58.2438241Z    Compiling simple-dns v0.9.3
2026-06-04T01:26:58.3949712Z    Compiling hyper v1.10.1
2026-06-04T01:26:58.5287057Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T01:26:58.7649516Z    Compiling resolv-conf v0.7.6
2026-06-04T01:26:58.8502388Z    Compiling sha1_smol v1.0.1
2026-06-04T01:26:58.8606857Z    Compiling arrayvec v0.7.6
2026-06-04T01:26:59.0389990Z    Compiling arrayref v0.3.9
2026-06-04T01:26:59.0672012Z    Compiling smol_str v0.1.24
2026-06-04T01:26:59.1414618Z    Compiling simdutf8 v0.1.5
2026-06-04T01:26:59.1545928Z    Compiling constant_time_eq v0.4.2
2026-06-04T01:26:59.1723059Z    Compiling iroh-dns v0.98.0
2026-06-04T01:26:59.3343551Z    Compiling tokio-websockets v0.13.2
2026-06-04T01:26:59.4885286Z    Compiling spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-04T01:26:59.6926820Z    Compiling lru v0.16.4
2026-06-04T01:26:59.7296226Z    Compiling webpki-roots v1.0.7
2026-06-04T01:26:59.8821369Z    Compiling hyper-util v0.1.20
2026-06-04T01:26:59.9035652Z    Compiling seize v0.5.1
2026-06-04T01:26:59.9941308Z    Compiling serde_bytes v0.11.19
2026-06-04T01:27:00.1137295Z    Compiling hmac v0.12.1
2026-06-04T01:27:00.3315387Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T01:27:00.3645718Z    Compiling iroh v0.98.2
2026-06-04T01:27:00.4745559Z    Compiling cmov v0.5.4
2026-06-04T01:27:00.4767660Z    Compiling hkdf v0.12.4
2026-06-04T01:27:00.7396320Z    Compiling ctutils v0.4.2
2026-06-04T01:27:00.7709348Z    Compiling papaya v0.2.4
2026-06-04T01:27:00.9745358Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T01:27:01.0494476Z    Compiling backon v1.6.0
2026-06-04T01:27:01.0494976Z    Compiling spake2 v0.4.0
2026-06-04T01:27:01.0866385Z    Compiling sha1 v0.10.6
2026-06-04T01:27:01.1502947Z    Compiling recvmsg v1.0.0
2026-06-04T01:27:01.2725076Z    Compiling doctest-file v1.1.1
2026-06-04T01:27:01.3067991Z    Compiling hyper-rustls v0.27.9
2026-06-04T01:27:01.3763859Z    Compiling igd-next v0.17.1
2026-06-04T01:27:01.4217211Z    Compiling spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-04T01:27:01.4471924Z    Compiling once_cell_polyfill v1.70.2
2026-06-04T01:27:01.4472419Z    Compiling utf8parse v0.2.2
2026-06-04T01:27:01.5246908Z    Compiling reqwest v0.13.4
2026-06-04T01:27:01.5736626Z    Compiling anstyle v1.0.14
2026-06-04T01:27:01.5852552Z    Compiling anstyle-parse v1.0.0
2026-06-04T01:27:01.6916136Z    Compiling anstyle-query v1.1.5
2026-06-04T01:27:01.7640025Z    Compiling anstyle-wincon v3.0.11
2026-06-04T01:27:01.7843359Z    Compiling interprocess v2.4.2
2026-06-04T01:27:01.7951589Z    Compiling colorchoice v1.0.5
2026-06-04T01:27:01.8440619Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T01:27:01.8514691Z    Compiling clap_lex v1.1.0
2026-06-04T01:27:01.9332866Z    Compiling anstream v1.0.0
2026-06-04T01:27:01.9468969Z    Compiling clap_derive v4.6.1
2026-06-04T01:27:02.1950583Z    Compiling clap_builder v4.6.0
2026-06-04T01:27:03.5223428Z    Compiling wmi v0.18.4
2026-06-04T01:27:04.3781808Z    Compiling clap v4.6.1
2026-06-04T01:27:05.0600715Z    Compiling mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-04T01:27:05.5878197Z    Compiling portmapper v0.16.0
2026-06-04T01:27:22.7627055Z    Compiling spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-04T01:27:23.3138303Z    Compiling spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-04T01:27:29.6311736Z    Compiling spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-04T01:27:37.5322480Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.70s
2026-06-04T01:27:37.7467387Z ##[group]Run cargo test --workspace
2026-06-04T01:27:37.7467795Z [36;1mcargo test --workspace[0m
2026-06-04T01:27:37.7472258Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T01:27:37.7472690Z ##[endgroup]
2026-06-04T01:27:38.5491739Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
2026-06-04T01:27:38.5798816Z      Running unittests src\main.rs (target\debug\deps\mock_session-b35de9b53d35be6d.exe)
2026-06-04T01:27:38.6115370Z 
2026-06-04T01:27:38.6115830Z running 0 tests
2026-06-04T01:27:38.6116062Z 
2026-06-04T01:27:38.6116335Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:27:38.6116595Z 
2026-06-04T01:27:38.6128926Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-c8d62cbe0af71b46.exe)
2026-06-04T01:27:38.6425317Z 
2026-06-04T01:27:38.6425654Z running 3 tests
2026-06-04T01:27:38.6439471Z test mock_manifest_parses_and_validates ... ok
2026-06-04T01:27:38.6439903Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T01:27:38.6440336Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T01:27:38.6440600Z 
2026-06-04T01:27:38.6440893Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:27:38.6441259Z 
2026-06-04T01:27:38.6452484Z      Running unittests src\main.rs (target\debug\deps\spt-714c34c68416ae61.exe)
2026-06-04T01:27:38.9980913Z 
2026-06-04T01:27:38.9981192Z running 54 tests
2026-06-04T01:27:38.9991764Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T01:27:38.9992482Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T01:27:38.9992830Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T01:27:38.9993269Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T01:27:38.9993930Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T01:27:38.9994246Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T01:27:38.9994599Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T01:27:39.0111331Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T01:27:39.0180710Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T01:27:39.0761516Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T01:27:39.0780878Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T01:27:39.0793005Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T01:27:39.0854995Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T01:27:39.0869726Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T01:27:39.0870283Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T01:27:39.0880730Z test api::tests::state_value_is_validated ... ok
2026-06-04T01:27:39.0881061Z test api::tests::adapter_is_required ... ok
2026-06-04T01:27:39.0894655Z test api::tests::surface_parses ... ok
2026-06-04T01:27:39.0972307Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T01:27:39.1032412Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T01:27:39.1093623Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T01:27:39.1096206Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T01:27:39.1099423Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T01:27:39.1104968Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T01:27:39.1105938Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T01:27:39.1112926Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T01:27:39.1117220Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T01:27:39.1120604Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T01:27:39.1128099Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T01:27:39.1133791Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T01:27:39.1137012Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T01:27:39.1140063Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T01:27:39.1142646Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T01:27:39.1143294Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T01:27:39.1145341Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T01:27:39.1148146Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T01:27:39.1149701Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T01:27:39.1150817Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T01:27:39.1151858Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T01:27:39.1167676Z test cli::tests::subcommands_parse ... ok
2026-06-04T01:27:39.1211346Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T01:27:39.1419309Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T01:27:39.1634672Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T01:27:39.1696219Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T01:27:39.1824474Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T01:27:39.1879146Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T01:27:39.1939263Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T01:27:39.2007078Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T01:27:39.2061094Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T01:27:39.2145481Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T01:27:39.2186127Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T01:27:39.2277688Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T01:27:39.2856953Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T01:27:39.2877385Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T01:27:39.2877629Z 
2026-06-04T01:27:39.2877815Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
2026-06-04T01:27:39.2878112Z 
2026-06-04T01:27:39.2896756Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-8b6cf266ecac2111.exe)
2026-06-04T01:27:39.5802371Z 
2026-06-04T01:27:39.5802725Z running 4 tests
2026-06-04T01:27:40.9706237Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T01:27:40.9893343Z SEEDED:63428
2026-06-04T01:27:41.3590177Z test live_agent_lifecycle_e2e ... ok
2026-06-04T01:27:41.4752392Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T01:27:41.5135808Z SEEDED:63428
2026-06-04T01:27:41.7911353Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T01:27:41.7911564Z 
2026-06-04T01:27:41.7911765Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.21s
2026-06-04T01:27:41.7911986Z 
2026-06-04T01:27:41.7928055Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-5e647517f5065a8d.exe)
2026-06-04T01:27:42.4552214Z 
2026-06-04T01:27:42.4552547Z running 79 tests
2026-06-04T01:27:42.4558619Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T01:27:42.4561257Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T01:27:42.4561889Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T01:27:42.4562379Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T01:27:42.4563976Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T01:27:42.4564584Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T01:27:42.4565064Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T01:27:42.4565478Z test config::tests::missing_file_is_default ... ok
2026-06-04T01:27:42.4588618Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T01:27:42.4604859Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T01:27:42.4605607Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T01:27:42.4617719Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T01:27:42.4623070Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T01:27:42.4640304Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T01:27:42.4642981Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T01:27:42.4649149Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T01:27:42.4649664Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T01:27:42.4650121Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T01:27:42.4652583Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T01:27:42.4653106Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T01:27:42.4653617Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T01:27:42.4654163Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T01:27:42.4654670Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T01:27:42.4655346Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T01:27:42.4658027Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T01:27:42.4659393Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T01:27:42.4660012Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T01:27:42.4660660Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T01:27:42.4661994Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T01:27:42.4662480Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T01:27:42.4662892Z test config::tests::save_load_roundtrip ... ok
2026-06-04T01:27:42.4663519Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T01:27:42.4665161Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T01:27:42.4666933Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T01:27:42.4668606Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T01:27:42.4783910Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T01:27:42.4785613Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T01:27:42.4787604Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T01:27:42.4789113Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T01:27:42.4790811Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T01:27:42.4845794Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T01:27:42.4871076Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T01:27:42.4924925Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T01:27:42.4969129Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T01:27:42.4973079Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T01:27:42.5056693Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T01:27:42.5062053Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T01:27:42.5063775Z test release::tests::hex_roundtrips ... ok
2026-06-04T01:27:42.5134069Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T01:27:42.5134518Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T01:27:42.5140726Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T01:27:42.5146087Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T01:27:42.5224374Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T01:27:42.5234180Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T01:27:42.5234684Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T01:27:42.5256722Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T01:27:42.5261197Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T01:27:42.5264567Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T01:27:42.5265846Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T01:27:42.5267398Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T01:27:42.5268724Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T01:27:42.5269570Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T01:27:42.5321515Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T01:27:42.5410584Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T01:27:42.5443757Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T01:27:42.5498075Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T01:27:42.5717383Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T01:27:42.5792644Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T01:27:42.5844842Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T01:27:42.5902486Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T01:27:42.6259398Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T01:27:42.6285546Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T01:27:42.6618608Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T01:27:42.6680283Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T01:27:42.7723514Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T01:27:42.8589577Z test relay::tests::run_honors_stop ... ok
2026-06-04T01:27:42.8655994Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T01:27:42.8720584Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T01:27:42.8783742Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T01:27:42.8784012Z 
2026-06-04T01:27:42.8784221Z test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
2026-06-04T01:27:42.8784462Z 
2026-06-04T01:27:42.8838951Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-64dc9737ef490775.exe)
2026-06-04T01:27:43.3925416Z 
2026-06-04T01:27:43.3925914Z running 1 test
2026-06-04T01:27:43.4202188Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T01:27:43.4202404Z 
2026-06-04T01:27:43.4202632Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T01:27:43.4202857Z 
2026-06-04T01:27:43.4216390Z      Running tests\broker.rs (target\debug\deps\broker-1c6930d95c58be14.exe)
2026-06-04T01:27:43.9135697Z 
2026-06-04T01:27:43.9136130Z running 1 test
2026-06-04T01:27:43.9400860Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T01:27:43.9401147Z 
2026-06-04T01:27:43.9401347Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T01:27:43.9401575Z 
2026-06-04T01:27:43.9413972Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-ea3f6030380d2685.exe)
2026-06-04T01:27:43.9718607Z 
2026-06-04T01:27:43.9718890Z running 1 test
2026-06-04T01:27:44.2126899Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T01:27:44.2127132Z 
2026-06-04T01:27:44.2143582Z      Running tests\digest.rs (target\debug\deps\digest-3458a507c89e5773.exe)
2026-06-04T01:27:44.2144036Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
2026-06-04T01:27:44.2144262Z 
2026-06-04T01:27:44.2432274Z 
2026-06-04T01:27:44.2432517Z running 1 test
2026-06-04T01:27:44.3805900Z test digest_daemon_half_end_to_end ... ok
2026-06-04T01:27:44.3806136Z 
2026-06-04T01:27:44.3806318Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
2026-06-04T01:27:44.3806564Z 
2026-06-04T01:27:44.3825186Z      Running tests\handoff.rs (target\debug\deps\handoff-b0020b5b57046d1a.exe)
2026-06-04T01:27:44.8824180Z 
2026-06-04T01:27:44.8824608Z running 1 test
2026-06-04T01:27:45.0907976Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T01:27:45.0908334Z 
2026-06-04T01:27:45.0908571Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-04T01:27:45.0908823Z 
2026-06-04T01:27:45.0924034Z      Running tests\idempotent.rs (target\debug\deps\idempotent-d2d33228f38624dc.exe)
2026-06-04T01:27:45.1249993Z 
2026-06-04T01:27:45.1250257Z running 1 test
2026-06-04T01:27:45.1992345Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T01:27:45.1992613Z 
2026-06-04T01:27:45.1992834Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-04T01:27:45.1993067Z 
2026-06-04T01:27:45.2059943Z      Running tests\netbroker.rs (target\debug\deps\netbroker-ea7359f92c63f684.exe)
2026-06-04T01:27:45.8613788Z 
2026-06-04T01:27:45.8614274Z running 5 tests
2026-06-04T01:27:45.8640394Z test netless_broker_probes_gracefully ... ok
2026-06-04T01:27:45.9057234Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T01:27:45.9139177Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T01:27:45.9471863Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T01:27:45.9520379Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T01:27:45.9520714Z 
2026-06-04T01:27:45.9520908Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T01:27:45.9521229Z 
2026-06-04T01:27:45.9629466Z      Running tests\netstream.rs (target\debug\deps\netstream-3e0891c066d05d8e.exe)
2026-06-04T01:27:46.6198115Z 
2026-06-04T01:27:46.6198563Z running 2 tests
2026-06-04T01:27:46.8479807Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T01:27:46.9469747Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T01:27:46.9470108Z 
2026-06-04T01:27:46.9470514Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
2026-06-04T01:27:46.9471030Z 
2026-06-04T01:27:46.9625998Z      Running unittests src\lib.rs (target\debug\deps\spt_live-c3e807cb486b3771.exe)
2026-06-04T01:27:47.2156369Z 
2026-06-04T01:27:47.2156822Z running 35 tests
2026-06-04T01:27:47.2159765Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T01:27:47.2160254Z test context::tests::direct_always_writes ... ok
2026-06-04T01:27:47.2161069Z test context::tests::marker_round_trips ... ok
2026-06-04T01:27:47.2164148Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T01:27:47.2164590Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T01:27:47.2164881Z test context::tests::llm_past_window_writes ... ok
2026-06-04T01:27:47.2166440Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T01:27:47.2168155Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T01:27:47.2168534Z test psyche::tests::prompt_without_event ... ok
2026-06-04T01:27:47.2175986Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T01:27:47.2245468Z test history::tests::native_reads_logged_records ... ok
2026-06-04T01:27:47.2281350Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T01:27:47.2321136Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T01:27:47.2427488Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T01:27:47.2435600Z test history::tests::fetcher_yields_records ... ok
2026-06-04T01:27:47.2444074Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T01:27:47.2445321Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T01:27:47.2446571Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T01:27:47.2447955Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T01:27:47.2457659Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T01:27:47.2515157Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T01:27:47.2554375Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T01:27:47.2627524Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T01:27:47.2648330Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T01:27:47.2698014Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T01:27:47.2840588Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T01:27:47.2860614Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T01:27:47.2887542Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T01:27:47.2907149Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T01:27:47.3190547Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T01:27:47.3242296Z test resume::tests::download_reads_stored_context ... ok
2026-06-04T01:27:47.3529985Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T01:27:47.3536343Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T01:27:47.3592694Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T01:27:47.5341785Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T01:27:47.5342052Z 
2026-06-04T01:27:47.5342229Z test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-04T01:27:47.5342477Z 
2026-06-04T01:27:47.5357987Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-7130358a8294de6b.exe)
2026-06-04T01:27:47.7289805Z 
2026-06-04T01:27:47.7290304Z running 22 tests
2026-06-04T01:27:47.7298614Z test deliver::tests::deferred_send_validates ... ok
2026-06-04T01:27:47.7299136Z test ring::tests::ring_no_perch ... ok
2026-06-04T01:27:47.7915586Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-04T01:27:47.7916502Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-04T01:27:47.7917640Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-04T01:27:47.7922007Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-04T01:27:47.7926557Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-04T01:27:47.7938897Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-04T01:27:47.8090949Z test deliver::tests::send_outcome_mapping ... ok
2026-06-04T01:27:47.8424748Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-04T01:27:47.8471252Z test ready::tests::backlog_drains_on_start ... ok
2026-06-04T01:27:47.8556040Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-04T01:27:47.8611950Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-04T01:27:47.8769419Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-04T01:27:47.8939008Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-04T01:27:47.9707137Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-04T01:27:47.9815354Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-04T01:27:48.0001896Z test listener::tests::drop_unregisters_address ... ok
2026-06-04T01:27:48.0643980Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-04T01:27:48.0882493Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-04T01:27:48.1867708Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-04T01:27:50.1610670Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-04T01:27:50.1610904Z 
2026-06-04T01:27:50.1611123Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.43s
2026-06-04T01:27:50.1611357Z 
2026-06-04T01:27:50.1628058Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-4e1e63a600b2a2d6.exe)
2026-06-04T01:27:50.1961317Z 
2026-06-04T01:27:50.1961560Z running 2 tests
2026-06-04T01:27:50.3545380Z test offline_then_online_delivers_backlog ... ok
2026-06-04T01:27:50.4031049Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-04T01:27:50.4031283Z 
2026-06-04T01:27:50.4031518Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-04T01:27:50.4031745Z 
2026-06-04T01:27:50.4047894Z      Running unittests src\lib.rs (target\debug\deps\spt_net-d037209cac317cc6.exe)
2026-06-04T01:27:51.0631164Z 
2026-06-04T01:27:51.0631664Z running 67 tests
2026-06-04T01:27:51.0634664Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-04T01:27:51.0636166Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-04T01:27:51.0638512Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-04T01:27:51.0639037Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-04T01:27:51.0639555Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-04T01:27:51.0640169Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-04T01:27:51.0641337Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-04T01:27:51.0642085Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-04T01:27:51.0642799Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-04T01:27:51.0643822Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-04T01:27:51.0644350Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-04T01:27:51.0645059Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-04T01:27:51.0645806Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-04T01:27:51.0646292Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-04T01:27:51.0646753Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-04T01:27:51.0647243Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-04T01:27:51.0649022Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-04T01:27:51.0649582Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-04T01:27:51.0650279Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-04T01:27:51.0650755Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-04T01:27:51.0651223Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-04T01:27:51.0655404Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-04T01:27:51.0656124Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-04T01:27:51.0658457Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-04T01:27:51.0659058Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-04T01:27:51.0660087Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-04T01:27:51.0662633Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-04T01:27:51.0665957Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-04T01:27:51.1049199Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-04T01:27:51.1070287Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-04T01:27:51.1072623Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-04T01:27:51.1074972Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-04T01:27:51.1076379Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-04T01:27:51.1078269Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-04T01:27:51.1080424Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-04T01:27:51.1083346Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-04T01:27:51.1085300Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-04T01:27:51.1086661Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-04T01:27:51.1089380Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-04T01:27:51.1091150Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-04T01:27:51.1092462Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-04T01:27:51.1096172Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-04T01:27:51.1097535Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-04T01:27:51.1099850Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-04T01:27:51.1101547Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-04T01:27:51.1103918Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-04T01:27:51.1105420Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-04T01:27:51.1107654Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-04T01:27:51.1110201Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-04T01:27:51.1112727Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-04T01:27:51.1185588Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-04T01:27:51.1186019Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-04T01:27:51.1364679Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-04T01:27:51.1366233Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-04T01:27:51.1371620Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-04T01:27:51.1388309Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-04T01:27:51.1389047Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-04T01:27:51.1389657Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-04T01:27:51.1403356Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-04T01:27:51.1742673Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-04T01:27:51.1743000Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-04T01:27:51.1763602Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-04T01:27:51.2460025Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-04T01:27:51.2474092Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-04T01:27:51.2560063Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-04T01:27:51.2622609Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-04T01:27:51.2628458Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-04T01:27:51.2628755Z 
2026-06-04T01:27:51.2628976Z test result: ok. 66 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-04T01:27:51.2629187Z 
2026-06-04T01:27:51.2674186Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-e67c0d5e8c4795e8.exe)
2026-06-04T01:27:51.3423098Z 
2026-06-04T01:27:51.3423497Z running 53 tests
2026-06-04T01:27:51.3429110Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-04T01:27:51.3429531Z test addr::tests::display_round_trips ... ok
2026-06-04T01:27:51.3430359Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-04T01:27:51.3431522Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-04T01:27:51.3431849Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-04T01:27:51.3432186Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-04T01:27:51.3432682Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-04T01:27:51.3433779Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-04T01:27:51.3434180Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-04T01:27:51.3434779Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-04T01:27:51.3435835Z test endpoint::tests::broker_and_node_families ... ok
2026-06-04T01:27:51.3436169Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-04T01:27:51.3436541Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-04T01:27:51.3436938Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-04T01:27:51.3437381Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-04T01:27:51.3437877Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-04T01:27:51.3439080Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-04T01:27:51.3439950Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-04T01:27:51.3440312Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-04T01:27:51.3440662Z test envelope::tests::parser_both_tags_present ... ok
2026-06-04T01:27:51.3441870Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-04T01:27:51.3442496Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-04T01:27:51.3442893Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-04T01:27:51.3443385Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-04T01:27:51.3443853Z test event::tests::alarm_event_round_trips ... ok
2026-06-04T01:27:51.3444111Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-04T01:27:51.3444415Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-04T01:27:51.3445483Z test event::tests::empty_body_envelope_parses ... ok
2026-06-04T01:27:51.3445788Z test event::tests::attr_order_preserved ... ok
2026-06-04T01:27:51.3446469Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-04T01:27:51.3446850Z test event::tests::msg_event_round_trips ... ok
2026-06-04T01:27:51.3447522Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-04T01:27:51.3447858Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-04T01:27:51.3448214Z test id::tests::accepts_japanese_scripts ... ok
2026-06-04T01:27:51.3448492Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-04T01:27:51.3449634Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-04T01:27:51.3449967Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-04T01:27:51.3450316Z test id::tests::reports_bad_char_position ... ok
2026-06-04T01:27:51.3450619Z test id::tests::reserves_address_delimiters ... ok
2026-06-04T01:27:51.3451712Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-04T01:27:51.3451948Z test payload::tests::base64_known_vectors ... ok
2026-06-04T01:27:51.3452157Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-04T01:27:51.3452402Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-04T01:27:51.3452663Z test payload::tests::command_payload_round_trips ... ok
2026-06-04T01:27:51.3452885Z test payload::tests::text_payload_round_trips ... ok
2026-06-04T01:27:51.3453106Z test version::tests::current_version_self_compatible ... ok
2026-06-04T01:27:51.3453352Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-04T01:27:51.3453592Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-04T01:27:51.3453835Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-04T01:27:51.3454075Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-04T01:27:51.3532817Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-04T01:27:51.3613305Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-04T01:27:51.3779755Z test identity::tests::sign_verify_round_trip ... ok
2026-06-04T01:27:51.3779972Z 
2026-06-04T01:27:51.3780133Z test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T01:27:51.3780335Z 
2026-06-04T01:27:51.3794166Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-ebd343d63ceeff0d.exe)
2026-06-04T01:27:51.5256140Z 
2026-06-04T01:27:51.5256419Z running 21 tests
2026-06-04T01:27:51.5265262Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-04T01:27:51.5265989Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-04T01:27:51.5266468Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-04T01:27:51.5266943Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-04T01:27:51.5268648Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-04T01:27:51.5269140Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-04T01:27:51.5269648Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-04T01:27:51.5270136Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-04T01:27:51.5270535Z test manifest::tests::shell_fixture_parses ... ok
2026-06-04T01:27:51.5270861Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-04T01:27:51.5271257Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-04T01:27:51.5271642Z test runtime::tests::fills_known_placeholders ... ok
2026-06-04T01:27:51.5272004Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-04T01:27:51.5272395Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-04T01:27:51.5272948Z test runtime::tests::unknown_role_errors ... ok
2026-06-04T01:27:51.5273291Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-04T01:27:51.5278157Z test manifest::tests::round_trips_through_toml ... ok
2026-06-04T01:27:51.5279140Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-04T01:27:51.5409239Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-04T01:27:51.5596485Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-04T01:27:51.8375994Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-04T01:27:51.8376166Z 
2026-06-04T01:27:51.8376341Z test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T01:27:51.8376686Z 
2026-06-04T01:27:51.8393041Z      Running unittests src\lib.rs (target\debug\deps\spt_store-0166efe75f3d7f9b.exe)
2026-06-04T01:27:52.0609323Z 
2026-06-04T01:27:52.0609528Z running 77 tests
2026-06-04T01:27:52.0615086Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-04T01:27:52.0616475Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-04T01:27:52.0617154Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-04T01:27:52.0617561Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-04T01:27:52.0715658Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-04T01:27:52.0723784Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-04T01:27:52.0734756Z test info::tests::set_status_marks_existing_record ... ok
2026-06-04T01:27:52.0739315Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-04T01:27:52.0744629Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-04T01:27:52.0752036Z test info::tests::write_read_round_trip ... ok
2026-06-04T01:27:52.0754826Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-04T01:27:52.0756700Z test perch::tests::classification_matrix ... ok
2026-06-04T01:27:52.0759847Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-04T01:27:52.0775152Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-04T01:27:52.0784196Z test info::tests::corrupt_content_returns_none ... ok
2026-06-04T01:27:52.0790422Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-04T01:27:52.0796993Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-04T01:27:52.0799635Z test proc::tests::current_process_is_alive ... ok
2026-06-04T01:27:52.0800212Z test history::tests::appends_one_record_per_line ... ok
2026-06-04T01:27:52.0800930Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-04T01:27:52.0805399Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-04T01:27:52.0806001Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-04T01:27:52.0806392Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-04T01:27:52.0809952Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-04T01:27:52.0811170Z test perch::tests::resolve_self_is_flat ... ok
2026-06-04T01:27:52.0817168Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-04T01:27:52.0834586Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-04T01:27:52.0845653Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-04T01:27:52.0846374Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-04T01:27:52.0974701Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-04T01:27:52.0979777Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-04T01:27:52.0981969Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-04T01:27:52.0982777Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-04T01:27:52.0984832Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-04T01:27:52.1006029Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-04T01:27:52.1148557Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-04T01:27:52.1412043Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-04T01:27:52.1487198Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-04T01:27:52.1682052Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-04T01:27:52.1684865Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-04T01:27:52.1688585Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-04T01:27:52.1690599Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-04T01:27:52.1848469Z test registry::tests::register_and_lookup ... ok
2026-06-04T01:27:52.1851477Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-04T01:27:52.1853495Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-04T01:27:52.1857899Z test subnet::tests::remove_drops_membership ... ok
2026-06-04T01:27:52.1864738Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-04T01:27:52.1907935Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-04T01:27:52.1909627Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-04T01:27:52.1912441Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-04T01:27:52.1914236Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-04T01:27:52.1915628Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-04T01:27:52.1917073Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-04T01:27:52.1918069Z test trust::tests::revoke_removes_trust ... ok
2026-06-04T01:27:52.1950163Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-04T01:27:52.1951721Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-04T01:27:52.1953192Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-04T01:27:52.1953594Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-04T01:27:52.1955370Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-04T01:27:52.1955797Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-04T01:27:52.1957713Z test visibility::tests::override_wins_both_directions ... ok
2026-06-04T01:27:52.1959724Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-04T01:27:52.2012170Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-04T01:27:52.2038383Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-04T01:27:52.2041747Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-04T01:27:52.2113812Z test registry::tests::reregister_replaces_address ... ok
2026-06-04T01:27:52.2173032Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-04T01:27:52.2281971Z test spool::tests::reopen_is_idempotent ... ok
2026-06-04T01:27:52.2331786Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-04T01:27:52.2406490Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-04T01:27:52.2464783Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-04T01:27:52.2480674Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-04T01:27:52.2605774Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-04T01:27:52.2724750Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-04T01:27:52.3671308Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-04T01:27:52.3960565Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-04T01:28:02.5521626Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-04T01:28:02.5521891Z 
2026-06-04T01:28:02.5522057Z test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.49s
2026-06-04T01:28:02.5522354Z 
2026-06-04T01:28:02.5540728Z      Running unittests src\lib.rs (target\debug\deps\spt_term-34ef9d50f40f6bdc.exe)
2026-06-04T01:28:02.7127338Z 
2026-06-04T01:28:02.7127544Z running 8 tests
2026-06-04T01:28:02.7131839Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-04T01:28:02.7132394Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-04T01:28:02.7134797Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-04T01:28:02.7177457Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-04T01:28:02.7182591Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-04T01:28:02.7182944Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-04T01:28:02.7183880Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-04T01:28:02.7186695Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-04T01:28:02.7186903Z 
2026-06-04T01:28:02.7187110Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T01:28:02.7187316Z 
2026-06-04T01:28:02.7205366Z      Running tests\digest.rs (target\debug\deps\digest-d5e4774bef160eda.exe)
2026-06-04T01:28:02.8920547Z 
2026-06-04T01:28:02.8920785Z running 1 test
2026-06-04T01:28:02.9335981Z test digest_parses_a_real_pty_stream ... ok
2026-06-04T01:28:02.9336172Z 
2026-06-04T01:28:02.9336419Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T01:28:02.9336820Z 
2026-06-04T01:28:02.9352560Z      Running tests\dsr.rs (target\debug\deps\dsr-5e4fb856f512dd6b.exe)
2026-06-04T01:28:02.9987268Z 
2026-06-04T01:28:02.9987466Z running 2 tests
2026-06-04T01:28:03.0424432Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-04T01:28:03.0424676Z test drain_forwards_child_output ... ok
2026-06-04T01:28:03.0424791Z 
2026-06-04T01:28:03.0424945Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T01:28:03.0425156Z 
2026-06-04T01:28:03.0441203Z      Running tests\inject.rs (target\debug\deps\inject-6fd600b52b36b97b.exe)
2026-06-04T01:28:03.1069291Z 
2026-06-04T01:28:03.1069480Z running 2 tests
2026-06-04T01:28:03.1584923Z test ctrl_c_interrupts_the_child ... ok
2026-06-04T01:28:03.1585217Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-04T01:28:03.1585371Z 
2026-06-04T01:28:03.1585522Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T01:28:03.1585724Z 
2026-06-04T01:28:03.1604594Z      Running tests\stream.rs (target\debug\deps\stream-993a38a8c66f79da.exe)
2026-06-04T01:28:03.2275366Z 
2026-06-04T01:28:03.2275520Z running 2 tests
2026-06-04T01:28:03.2691075Z test delivers_every_value_under_resize ... ok
2026-06-04T01:28:04.2411145Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-04T01:28:04.2411348Z 
2026-06-04T01:28:04.2411509Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-04T01:28:04.2411725Z 
2026-06-04T01:28:04.2433685Z      Running tests\surface.rs (target\debug\deps\surface-a75d279594fa236a.exe)
2026-06-04T01:28:04.3051764Z 
2026-06-04T01:28:04.3051982Z running 1 test
2026-06-04T01:28:04.3150243Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-04T01:28:04.3150469Z 
2026-06-04T01:28:04.3150682Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T01:28:04.3150979Z 
2026-06-04T01:28:04.3161023Z    Doc-tests spt_daemon
2026-06-04T01:28:04.6093213Z 
2026-06-04T01:28:04.6093537Z running 0 tests
2026-06-04T01:28:04.6094897Z 
2026-06-04T01:28:04.6095215Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:04.6095444Z 
2026-06-04T01:28:04.6162566Z    Doc-tests spt_live
2026-06-04T01:28:04.6731901Z 
2026-06-04T01:28:04.6732073Z running 0 tests
2026-06-04T01:28:04.6732208Z 
2026-06-04T01:28:04.6732732Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:04.6733077Z 
2026-06-04T01:28:04.6781115Z    Doc-tests spt_msg
2026-06-04T01:28:04.7313461Z 
2026-06-04T01:28:04.7313587Z running 0 tests
2026-06-04T01:28:04.7313719Z 
2026-06-04T01:28:04.7313883Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:04.7314091Z 
2026-06-04T01:28:04.7359807Z    Doc-tests spt_net
2026-06-04T01:28:04.8967794Z 
2026-06-04T01:28:04.8968077Z running 0 tests
2026-06-04T01:28:04.8968221Z 
2026-06-04T01:28:04.8968385Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:04.8968603Z 
2026-06-04T01:28:04.9031356Z    Doc-tests spt_proto
2026-06-04T01:28:04.9516296Z 
2026-06-04T01:28:04.9516503Z running 0 tests
2026-06-04T01:28:04.9516608Z 
2026-06-04T01:28:04.9516772Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:04.9517075Z 
2026-06-04T01:28:04.9567727Z    Doc-tests spt_runtime
2026-06-04T01:28:05.0608731Z 
2026-06-04T01:28:05.0609019Z running 0 tests
2026-06-04T01:28:05.0609371Z 
2026-06-04T01:28:05.0609543Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:05.0609765Z 
2026-06-04T01:28:05.0666172Z    Doc-tests spt_store
2026-06-04T01:28:05.1570678Z 
2026-06-04T01:28:05.1570989Z running 0 tests
2026-06-04T01:28:05.1571098Z 
2026-06-04T01:28:05.1571263Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:05.1571476Z 
2026-06-04T01:28:05.1625160Z    Doc-tests spt_term
2026-06-04T01:28:05.2157755Z 
2026-06-04T01:28:05.2157870Z running 0 tests
2026-06-04T01:28:05.2158008Z 
2026-06-04T01:28:05.2158171Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:05.2158391Z 
2026-06-04T01:28:10.3979916Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-04T01:28:10.3980250Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-04T01:28:10.3983092Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-04T01:28:10.3983309Z ##[endgroup]
2026-06-04T01:28:11.2370627Z     Checking cfg-if v1.0.4
2026-06-04T01:28:11.2370899Z     Checking windows-link v0.2.1
2026-06-04T01:28:11.2371136Z     Checking typenum v1.20.1
2026-06-04T01:28:11.2376742Z     Checking critical-section v1.2.0
2026-06-04T01:28:11.2377041Z     Checking subtle v2.6.1
2026-06-04T01:28:11.2377440Z     Checking memchr v2.8.1
2026-06-04T01:28:11.2379182Z     Checking smallvec v1.15.1
2026-06-04T01:28:11.2388544Z     Checking pin-project-lite v0.2.17
2026-06-04T01:28:11.2390556Z     Checking serde_core v1.0.228
2026-06-04T01:28:11.2391970Z     Checking cpufeatures v0.2.17
2026-06-04T01:28:11.2392243Z     Checking itoa v1.0.18
2026-06-04T01:28:11.2392754Z     Checking equivalent v1.0.2
2026-06-04T01:28:11.2393027Z     Checking log v0.4.30
2026-06-04T01:28:11.2395377Z     Checking hashbrown v0.17.1
2026-06-04T01:28:11.2398562Z     Checking rand_core v0.10.1
2026-06-04T01:28:11.2402804Z     Checking zeroize v1.8.2
2026-06-04T01:28:11.2929361Z     Checking getrandom v0.2.17
2026-06-04T01:28:11.2935828Z     Checking windows-sys v0.61.2
2026-06-04T01:28:11.3362104Z     Checking futures-core v0.3.32
2026-06-04T01:28:11.3419568Z     Checking bytes v1.11.1
2026-06-04T01:28:11.3532038Z     Checking stable_deref_trait v1.2.1
2026-06-04T01:28:11.3595183Z     Checking zerofrom v0.1.8
2026-06-04T01:28:11.4097803Z     Checking libc v0.2.186
2026-06-04T01:28:11.4194510Z     Checking slab v0.4.12
2026-06-04T01:28:11.4303460Z     Checking futures-sink v0.3.32
2026-06-04T01:28:11.4319426Z     Checking futures-io v0.3.32
2026-06-04T01:28:11.4479546Z     Checking futures-task v0.3.32
2026-06-04T01:28:11.4480469Z     Checking bitflags v2.11.1
2026-06-04T01:28:11.4480761Z     Checking getrandom v0.4.2
2026-06-04T01:28:11.4641159Z     Checking rand_core v0.6.4
2026-06-04T01:28:11.4699415Z     Checking zerocopy v0.8.50
2026-06-04T01:28:11.4834724Z     Checking yoke v0.8.2
2026-06-04T01:28:11.5399275Z     Checking futures-channel v0.3.32
2026-06-04T01:28:11.5418586Z     Checking signature v2.2.0
2026-06-04T01:28:11.5706372Z     Checking fastrand v2.4.1
2026-06-04T01:28:11.5879839Z     Checking litemap v0.8.2
2026-06-04T01:28:11.5940411Z     Checking writeable v0.6.3
2026-06-04T01:28:11.6010113Z     Checking libsqlite3-sys v0.30.1
2026-06-04T01:28:11.6010519Z     Checking zmij v1.0.21
2026-06-04T01:28:11.6123519Z     Checking fallible-streaming-iterator v0.1.9
2026-06-04T01:28:11.6487011Z     Checking ed25519 v2.2.3
2026-06-04T01:28:11.6888832Z     Checking zerovec v0.11.6
2026-06-04T01:28:11.7399991Z     Checking zerotrie v0.2.4
2026-06-04T01:28:11.7503670Z     Checking fallible-iterator v0.3.0
2026-06-04T01:28:11.7670646Z     Checking utf8_iter v1.0.4
2026-06-04T01:28:11.7680258Z     Checking windows_x86_64_msvc v0.52.6
2026-06-04T01:28:11.7873106Z     Checking icu_normalizer_data v2.2.0
2026-06-04T01:28:11.8070111Z     Checking futures-util v0.3.32
2026-06-04T01:28:11.8072397Z     Checking icu_properties_data v2.2.0
2026-06-04T01:28:11.8423875Z     Checking percent-encoding v2.3.2
2026-06-04T01:28:11.8424442Z     Checking cpufeatures v0.3.0
2026-06-04T01:28:11.8665907Z     Checking thiserror v2.0.18
2026-06-04T01:28:11.8779014Z     Checking http v1.4.1
2026-06-04T01:28:11.8872484Z     Checking indexmap v2.14.0
2026-06-04T01:28:11.8995527Z     Checking windows-targets v0.52.6
2026-06-04T01:28:11.9347982Z     Checking rustls-pki-types v1.14.1
2026-06-04T01:28:11.9515920Z     Checking chacha20 v0.10.0
2026-06-04T01:28:11.9711963Z    Compiling strsim v0.11.1
2026-06-04T01:28:12.0076966Z     Checking windows-sys v0.59.0
2026-06-04T01:28:12.0277527Z     Checking form_urlencoded v1.2.2
2026-06-04T01:28:12.0304025Z     Checking untrusted v0.9.0
2026-06-04T01:28:12.0384410Z    Compiling fnv v1.0.7
2026-06-04T01:28:12.1490438Z     Checking ring v0.17.14
2026-06-04T01:28:12.1574202Z     Checking windows-strings v0.5.1
2026-06-04T01:28:12.1687933Z     Checking windows-result v0.4.1
2026-06-04T01:28:12.1902826Z     Checking scopeguard v1.2.0
2026-06-04T01:28:12.1960578Z     Checking rand v0.10.1
2026-06-04T01:28:12.2907698Z    Compiling darling_core v0.20.11
2026-06-04T01:28:12.3210871Z     Checking lock_api v0.4.14
2026-06-04T01:28:12.3247672Z     Checking tinystr v0.8.3
2026-06-04T01:28:12.3294726Z     Checking potential_utf v0.1.5
2026-06-04T01:28:12.3615555Z     Checking const-oid v0.10.2
2026-06-04T01:28:12.3665662Z     Checking generic-array v0.14.7
2026-06-04T01:28:12.4568994Z     Checking icu_collections v2.2.0
2026-06-04T01:28:12.4569316Z     Checking atomic-waker v1.1.2
2026-06-04T01:28:12.5282435Z     Checking num-traits v0.2.19
2026-06-04T01:28:12.5310097Z     Checking icu_locale_core v2.2.0
2026-06-04T01:28:12.5531638Z     Checking derive_more v2.1.1
2026-06-04T01:28:12.6317509Z     Checking hybrid-array v0.4.12
2026-06-04T01:28:12.6432174Z     Checking http-body v1.0.1
2026-06-04T01:28:12.6458777Z     Checking base64ct v1.8.3
2026-06-04T01:28:12.6989864Z     Checking httparse v1.10.1
2026-06-04T01:28:12.7720009Z     Checking try-lock v0.2.5
2026-06-04T01:28:12.7942683Z     Checking tower-service v0.3.3
2026-06-04T01:28:12.8148777Z     Checking tinyvec_macros v0.1.1
2026-06-04T01:28:12.8813993Z     Checking data-encoding v2.11.0
2026-06-04T01:28:12.8862270Z     Checking pem-rfc7468 v1.0.0
2026-06-04T01:28:12.9039860Z     Checking base64 v0.22.1
2026-06-04T01:28:12.9042838Z     Checking tinyvec v1.11.0
2026-06-04T01:28:12.9479480Z     Checking crypto-common v0.1.7
2026-06-04T01:28:12.9852505Z     Checking block-buffer v0.10.4
2026-06-04T01:28:13.0594413Z     Checking der v0.8.0-rc.10
2026-06-04T01:28:13.0918271Z     Checking inout v0.1.4
2026-06-04T01:28:13.1334666Z     Checking digest v0.10.7
2026-06-04T01:28:13.1523519Z     Checking want v0.3.1
2026-06-04T01:28:13.1813800Z     Checking windows-core v0.62.2
2026-06-04T01:28:13.2139662Z     Checking n0-error v0.1.3
2026-06-04T01:28:13.2529387Z     Checking winapi v0.3.9
2026-06-04T01:28:13.2708086Z     Checking icu_provider v2.2.0
2026-06-04T01:28:13.2708447Z     Checking block-buffer v0.12.0
2026-06-04T01:28:13.2814264Z     Checking crypto-common v0.2.2
2026-06-04T01:28:13.2928597Z    Compiling anyhow v1.0.102
2026-06-04T01:28:13.3731318Z     Checking curve25519-dalek v4.1.3
2026-06-04T01:28:13.3887241Z     Checking sha2 v0.10.9
2026-06-04T01:28:13.4040517Z     Checking rustls-webpki v0.103.13
2026-06-04T01:28:13.4211472Z     Checking serial-core v0.4.0
2026-06-04T01:28:13.4364756Z     Checking serde v1.0.228
2026-06-04T01:28:13.5389315Z     Checking serde_json v1.0.150
2026-06-04T01:28:13.5469310Z     Checking icu_properties v2.2.0
2026-06-04T01:28:13.5701564Z     Checking icu_normalizer v2.2.0
2026-06-04T01:28:13.6773918Z     Checking parking v2.2.1
2026-06-04T01:28:13.7407067Z     Checking spin v0.10.0
2026-06-04T01:28:13.8441406Z     Checking httpdate v1.0.3
2026-06-04T01:28:13.8818705Z     Checking diatomic-waker v0.2.3
2026-06-04T01:28:13.9526094Z     Checking cordyceps v0.3.4
2026-06-04T01:28:13.9535489Z     Checking portable-atomic v1.13.1
2026-06-04T01:28:13.9611136Z     Checking ipnet v2.12.0
2026-06-04T01:28:13.9827998Z     Checking digest v0.11.3
2026-06-04T01:28:13.9990914Z     Checking futures-lite v2.6.1
2026-06-04T01:28:14.0090647Z     Checking serial-windows v0.4.0
2026-06-04T01:28:14.0417525Z     Checking spki v0.8.0-rc.4
2026-06-04T01:28:14.1649150Z     Checking pin-project v1.1.13
2026-06-04T01:28:14.1698326Z     Checking thiserror v1.0.69
2026-06-04T01:28:14.2022811Z     Checking memoffset v0.6.5
2026-06-04T01:28:14.2271485Z     Checking futures-buffered v0.2.13
2026-06-04T01:28:14.2535986Z     Checking cipher v0.4.4
2026-06-04T01:28:14.2558951Z     Checking parking_lot_core v0.9.12
2026-06-04T01:28:14.2745673Z     Checking ed25519-dalek v2.2.0
2026-06-04T01:28:14.2836007Z     Checking universal-hash v0.5.1
2026-06-04T01:28:14.2890431Z     Checking aho-corasick v1.1.4
2026-06-04T01:28:14.2934300Z     Checking sync_wrapper v1.0.2
2026-06-04T01:28:14.3304350Z     Checking byteorder v1.5.0
2026-06-04T01:28:14.4047447Z     Checking either v1.16.0
2026-06-04T01:28:14.4166355Z     Checking lazy_static v1.5.0
2026-06-04T01:28:14.4454608Z     Checking once_cell v1.21.4
2026-06-04T01:28:14.4702419Z     Checking spt-proto v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-04T01:28:14.4702949Z     Checking pin-utils v0.1.0
2026-06-04T01:28:14.4721026Z    Compiling powerfmt v0.2.0
2026-06-04T01:28:14.4962789Z     Checking regex-syntax v0.8.10
2026-06-04T01:28:14.5148506Z     Checking opaque-debug v0.3.1
2026-06-04T01:28:14.5265681Z     Checking bitflags v1.3.2
2026-06-04T01:28:14.5594575Z     Checking hash32 v0.2.1
2026-06-04T01:28:14.6109756Z     Checking polyval v0.6.2
2026-06-04T01:28:14.6110124Z     Checking nix v0.25.1
2026-06-04T01:28:14.6318838Z     Checking prefix-trie v0.8.4
2026-06-04T01:28:14.6396895Z     Checking tracing-core v0.1.36
2026-06-04T01:28:14.7138148Z     Checking rustls v0.23.40
2026-06-04T01:28:14.7214312Z     Checking idna_adapter v1.2.2
2026-06-04T01:28:14.7226225Z    Compiling deranged v0.5.8
2026-06-04T01:28:14.7288115Z     Checking shared_library v0.1.9
2026-06-04T01:28:14.7594736Z     Checking parking_lot v0.12.5
2026-06-04T01:28:14.7754712Z     Checking futures-executor v0.3.32
2026-06-04T01:28:14.7993653Z     Checking pkcs8 v0.11.0-rc.10
2026-06-04T01:28:14.8434020Z     Checking serial v0.4.0
2026-06-04T01:28:14.8577585Z     Checking idna v1.1.0
2026-06-04T01:28:14.9356147Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T01:28:14.9452672Z     Checking crossbeam-utils v0.8.21
2026-06-04T01:28:14.9572546Z     Checking serde_spanned v0.6.9
2026-06-04T01:28:14.9602553Z     Checking toml_datetime v0.6.11
2026-06-04T01:28:14.9919708Z     Checking tracing v0.1.44
2026-06-04T01:28:15.0060373Z     Checking spin v0.9.8
2026-06-04T01:28:15.1499798Z     Checking url v2.5.8
2026-06-04T01:28:15.1788530Z     Checking windows-threading v0.2.1
2026-06-04T01:28:15.1823115Z     Checking winnow v0.7.15
2026-06-04T01:28:15.2004117Z    Compiling time-core v0.1.8
2026-06-04T01:28:15.2322307Z    Compiling num-conv v0.2.2
2026-06-04T01:28:15.2583065Z     Checking signature v3.0.0
2026-06-04T01:28:15.2940331Z     Checking tower-layer v0.3.3
2026-06-04T01:28:15.3740674Z     Checking toml_write v0.1.2
2026-06-04T01:28:15.3762354Z     Checking downcast-rs v1.2.1
2026-06-04T01:28:15.3922630Z     Checking shell-words v1.1.1
2026-06-04T01:28:15.4300558Z     Checking ed25519 v3.0.0-rc.4
2026-06-04T01:28:15.4695936Z     Checking windows-future v0.3.2
2026-06-04T01:28:15.4759321Z     Checking heapless v0.7.17
2026-06-04T01:28:15.4781189Z     Checking filedescriptor v0.8.3
2026-06-04T01:28:15.4936062Z     Checking winreg v0.10.1
2026-06-04T01:28:15.5413332Z     Checking futures v0.3.32
2026-06-04T01:28:15.5510678Z     Checking ahash v0.8.12
2026-06-04T01:28:15.5828223Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-04T01:28:15.6414572Z    Compiling proc-macro-crate v3.5.0
2026-06-04T01:28:15.6466110Z     Checking ghash v0.5.1
2026-06-04T01:28:15.6466385Z     Checking aes v0.8.4
2026-06-04T01:28:15.6584921Z    Compiling darling_macro v0.20.11
2026-06-04T01:28:15.6704354Z     Checking hickory-proto v0.26.0-beta.4
2026-06-04T01:28:15.6846019Z     Checking portable-pty v0.8.1
2026-06-04T01:28:15.7157621Z     Checking hashbrown v0.14.5
2026-06-04T01:28:15.7677409Z     Checking ctr v0.9.2
2026-06-04T01:28:15.9752742Z     Checking sha2 v0.11.0-rc.5
2026-06-04T01:28:15.9851162Z    Compiling time v0.3.47
2026-06-04T01:28:16.0524882Z     Checking windows-collections v0.3.2
2026-06-04T01:28:16.0676898Z     Checking windows-numerics v0.3.1
2026-06-04T01:28:16.0872723Z     Checking aead v0.5.2
2026-06-04T01:28:16.0894014Z     Checking http-body-util v0.1.3
2026-06-04T01:28:16.1757701Z    Compiling darling v0.20.11
2026-06-04T01:28:16.1997613Z     Checking cobs v0.3.0
2026-06-04T01:28:16.2469029Z     Checking widestring v1.2.1
2026-06-04T01:28:16.2981112Z     Checking regex-automata v0.4.14
2026-06-04T01:28:16.2981493Z     Checking hashlink v0.9.1
2026-06-04T01:28:16.3392649Z     Checking postcard v1.1.3
2026-06-04T01:28:16.3848169Z     Checking aes-gcm v0.10.3
2026-06-04T01:28:16.4627227Z    Compiling derive_builder_core v0.20.2
2026-06-04T01:28:16.4854200Z    Compiling num_enum_derive v0.7.6
2026-06-04T01:28:16.5466598Z     Checking windows v0.62.2
2026-06-04T01:28:16.5671565Z     Checking data-encoding-macro v0.1.20
2026-06-04T01:28:16.5922407Z     Checking crossbeam-epoch v0.9.18
2026-06-04T01:28:16.5974526Z     Checking rusqlite v0.32.1
2026-06-04T01:28:16.6734560Z     Checking crossbeam-channel v0.5.15
2026-06-04T01:28:16.7237919Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-04T01:28:16.7688337Z     Checking chrono v0.4.44
2026-06-04T01:28:16.8138815Z     Checking toml_edit v0.22.27
2026-06-04T01:28:16.8396760Z     Checking windows-registry v0.6.1
2026-06-04T01:28:16.9876400Z     Checking uuid v1.23.2
2026-06-04T01:28:17.0350133Z     Checking sorted-index-buffer v0.2.1
2026-06-04T01:28:17.0493127Z     Checking rustc-hash v2.1.2
2026-06-04T01:28:17.0676306Z     Checking allocator-api2 v0.2.21
2026-06-04T01:28:17.2341110Z     Checking identity-hash v0.1.0
2026-06-04T01:28:17.2417655Z     Checking tagptr v0.2.0
2026-06-04T01:28:17.3628541Z     Checking foldhash v0.2.0
2026-06-04T01:28:17.3657867Z     Checking spt-store v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-04T01:28:17.3660109Z     Checking mac-addr v0.3.0
2026-06-04T01:28:17.4146893Z     Checking xml-rs v0.8.28
2026-06-04T01:28:17.4510884Z     Checking lru-slab v0.1.2
2026-06-04T01:28:17.5345278Z     Checking ryu v1.0.23
2026-06-04T01:28:17.5709727Z     Checking hashbrown v0.16.1
2026-06-04T01:28:17.5774578Z     Checking moka v0.12.15
2026-06-04T01:28:17.6575227Z     Checking noq-proto v0.17.0
2026-06-04T01:28:17.7006399Z    Compiling derive_builder_macro v0.20.2
2026-06-04T01:28:17.7006874Z     Checking iroh-metrics v0.38.3
2026-06-04T01:28:17.7023979Z     Checking iroh-base v0.98.0
2026-06-04T01:28:17.7241947Z     Checking strum v0.28.0
2026-06-04T01:28:17.7904046Z     Checking num_enum v0.7.6
2026-06-04T01:28:17.8787172Z     Checking attohttpc v0.30.1
2026-06-04T01:28:17.9832783Z     Checking xmltree v0.10.3
2026-06-04T01:28:18.0198162Z     Checking regex v1.12.3
2026-06-04T01:28:18.0830091Z     Checking spt-msg v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-04T01:28:18.0895422Z     Checking simple-dns v0.9.3
2026-06-04T01:28:18.1184391Z     Checking simdutf8 v0.1.5
2026-06-04T01:28:18.1393691Z     Checking arrayvec v0.7.6
2026-06-04T01:28:18.1714023Z     Checking sha1_smol v1.0.1
2026-06-04T01:28:18.1827519Z     Checking arrayref v0.3.9
2026-06-04T01:28:18.2012803Z     Checking constant_time_eq v0.4.2
2026-06-04T01:28:18.2566656Z     Checking resolv-conf v0.7.6
2026-06-04T01:28:18.2952775Z     Checking smol_str v0.1.24
2026-06-04T01:28:18.3027703Z     Checking lru v0.16.4
2026-06-04T01:28:18.3109030Z     Checking serde_bytes v0.11.19
2026-06-04T01:28:18.3188367Z     Checking hmac v0.12.1
2026-06-04T01:28:18.3262612Z     Checking webpki-roots v1.0.7
2026-06-04T01:28:18.3262906Z     Checking cmov v0.5.4
2026-06-04T01:28:18.3420143Z     Checking spt-term v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-04T01:28:18.3516199Z     Checking blake3 v1.8.5
2026-06-04T01:28:18.3957432Z     Checking sha1 v0.10.6
2026-06-04T01:28:18.4004316Z     Checking toml v0.8.23
2026-06-04T01:28:18.4325310Z     Checking recvmsg v1.0.0
2026-06-04T01:28:18.4365801Z     Checking utf8parse v0.2.2
2026-06-04T01:28:18.4497564Z     Checking hkdf v0.12.4
2026-06-04T01:28:18.4537799Z     Checking once_cell_polyfill v1.70.2
2026-06-04T01:28:18.4737932Z     Checking anstyle v1.0.14
2026-06-04T01:28:18.4987108Z     Checking colorchoice v1.0.5
2026-06-04T01:28:18.5539530Z     Checking anstyle-parse v1.0.0
2026-06-04T01:28:18.5570649Z    Compiling derive_builder v0.20.2
2026-06-04T01:28:18.5574428Z     Checking ctutils v0.4.2
2026-06-04T01:28:18.5600173Z     Checking is_terminal_polyfill v1.70.2
2026-06-04T01:28:18.5796142Z     Checking clap_lex v1.1.0
2026-06-04T01:28:18.5796443Z     Checking spake2 v0.4.0
2026-06-04T01:28:18.6644595Z     Checking mock-adapter v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-04T01:28:18.7650894Z    Compiling vergen-lib v9.1.0
2026-06-04T01:28:18.7651195Z    Compiling vergen-lib v0.1.6
2026-06-04T01:28:18.7822974Z     Checking spt-runtime v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-04T01:28:18.8784156Z    Compiling vergen v9.1.0
2026-06-04T01:28:18.9124653Z    Compiling vergen-gitcl v1.0.8
2026-06-04T01:28:19.2484056Z    Compiling iroh-relay v0.98.0
2026-06-04T01:28:19.2927660Z     Checking socket2 v0.6.4
2026-06-04T01:28:19.2927948Z     Checking mio v1.2.1
2026-06-04T01:28:19.2928175Z     Checking tempfile v3.27.0
2026-06-04T01:28:19.2928696Z     Checking netdev v0.42.0
2026-06-04T01:28:19.2929859Z     Checking rustls-platform-verifier v0.7.0
2026-06-04T01:28:19.2930185Z     Checking seize v0.5.1
2026-06-04T01:28:19.2930421Z     Checking interprocess v2.4.2
2026-06-04T01:28:19.2930693Z     Checking anstyle-query v1.1.5
2026-06-04T01:28:19.2932062Z     Checking anstyle-wincon v3.0.11
2026-06-04T01:28:19.4295361Z     Checking spt-live v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-04T01:28:19.4383099Z     Checking anstream v1.0.0
2026-06-04T01:28:19.4600626Z     Checking papaya v0.2.4
2026-06-04T01:28:19.5627595Z     Checking noq-udp v0.10.0
2026-06-04T01:28:19.6589667Z     Checking ipconfig v0.3.4
2026-06-04T01:28:19.6675574Z     Checking tokio v1.52.3
2026-06-04T01:28:19.7153442Z     Checking clap_builder v4.6.0
2026-06-04T01:28:20.8169266Z     Checking clap v4.6.1
2026-06-04T01:28:21.8245989Z     Checking tokio-util v0.7.18
2026-06-04T01:28:21.8246315Z     Checking tokio-rustls v0.26.4
2026-06-04T01:28:21.8246637Z     Checking tower v0.5.3
2026-06-04T01:28:21.8247098Z     Checking acto v0.8.2
2026-06-04T01:28:21.8247708Z     Checking backon v1.6.0
2026-06-04T01:28:22.1203670Z     Checking tower-http v0.6.11
2026-06-04T01:28:22.1281849Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-04T01:28:22.2268385Z     Checking h2 v0.4.14
2026-06-04T01:28:22.2268654Z     Checking n0-future v0.3.2
2026-06-04T01:28:22.2269083Z     Checking tokio-stream v0.1.18
2026-06-04T01:28:22.2270450Z     Checking tokio-websockets v0.13.2
2026-06-04T01:28:22.3236864Z     Checking n0-watcher v0.6.1
2026-06-04T01:28:22.3237112Z     Checking iroh-dns v0.98.0
2026-06-04T01:28:22.5164428Z     Checking noq v0.18.0
2026-06-04T01:28:23.3112989Z     Checking wmi v0.18.4
2026-06-04T01:28:23.6557761Z     Checking netwatch v0.16.0
2026-06-04T01:28:24.1137532Z     Checking hyper v1.10.1
2026-06-04T01:28:24.1137821Z     Checking hickory-net v0.26.0-beta.4
2026-06-04T01:28:24.7283569Z     Checking hyper-util v0.1.20
2026-06-04T01:28:24.7808377Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-04T01:28:25.3975537Z     Checking hyper-rustls v0.27.9
2026-06-04T01:28:25.3975837Z     Checking igd-next v0.17.1
2026-06-04T01:28:25.5196245Z     Checking reqwest v0.13.4
2026-06-04T01:28:25.6510978Z     Checking portmapper v0.16.0
2026-06-04T01:28:26.7302814Z     Checking iroh v0.98.2
2026-06-04T01:28:30.0381224Z     Checking spt-net v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-04T01:28:30.5444746Z     Checking spt-daemon v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-04T01:28:31.7106980Z     Checking spt v0.0.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-04T01:28:32.5942722Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.89s
2026-06-04T01:28:32.7752786Z Post job cleanup.
2026-06-04T01:28:32.9188562Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T01:28:32.9409063Z git version 2.43.0.windows.1
2026-06-04T01:28:32.9458533Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\43481591-7ac1-45c2-86cb-de460ef76684\.gitconfig'
2026-06-04T01:28:32.9475437Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\43481591-7ac1-45c2-86cb-de460ef76684' before making global git config changes
2026-06-04T01:28:32.9475981Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:28:32.9481779Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T01:28:32.9740226Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:28:32.9972545Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T01:28:33.4122793Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:28:33.4336113Z http.https://github.com/.extraheader
2026-06-04T01:28:33.4370768Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-04T01:28:33.4621877Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T01:28:33.8321678Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:28:33.8548598Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T01:28:34.2450893Z Cleaning up orphan processes
2026-06-04T01:28:34.2780265Z Terminate orphan process: pid (36308) (vctip)
2026-06-04T01:28:34.3062870Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
